github.com/google/go-cmp/cmp.formatOptions.FormatType (method)
12 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L152: return opts.WithTypeMode(emitType).FormatType(v.Type, list)
report_compare.go#L173: return opts.FormatType(v.Type, out)
report_compare.go#L178: out = opts.FormatType(v.Type, out)
report_compare.go#L186: out = opts.FormatType(v.Type, out)
report_reflect.go#L51: func (opts formatOptions) FormatType(t reflect.Type, s textNode) textNode {
report_reflect.go#L158: out = opts.FormatType(t, out)
report_reflect.go#L221: return opts.FormatType(t, out)
report_slices.go#L239: out = opts.FormatType(t, out)
report_slices.go#L245: out = opts.FormatType(t, out)
report_slices.go#L328: return opts.FormatType(t, out)
report_slices.go#L334: out = opts.FormatType(t, out)
report_slices.go#L339: out = opts.FormatType(t, out)